@charset "utf-8";
/* CSS Document */
.weixin{
  position:relative;
  text-align:center;
  margin:0;
  width:30px;
  float:left;
  height:30px;
  font-size:12px;
}
.weixin A{
    position: absolute;
    width: 100px;
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    top: 0px;
    border-radius: 50%;
    left: 0px;
    opacity: 1;
}
.weixin A svg{
 fill:#fff;
 width: 26px;
 margin: 0;
 height: 26px;
}
.weixin .weixin_nr{
  position:absolute;
  text-align:center;
  padding:5px;
  line-height:1;
  transform: scale(0);
  width:120px;
  transition: .4s ease;
  font-weight:normal;
  font-size:14px;
  display: block;
  opacity: 0;
  background:#fff;
  top: 0;
  left:-43px;
  box-shadow:0 3px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
      z-index: 999999;
}

.weixin .weixin_nr img{
  width:100%;
}

.weixin .weixin_nr .arrow{
  border-top:transparent 0px solid;
  position:absolute;
  border-left:transparent 10px solid;
  width:0px;
  border-bottom:#fff 10px solid;
  height:0px;
  top:-10px;
  border-right:transparent 10px solid;
  left:47px;
}
.on.weixin .weixin_nr{
  display:block;
  transform: scale(1);
  top: 50px;
  opacity: 1;
}
.on.weixin A{
  opacity:1;
}

.pcitem{
   position: absolute !important;
}

.subpage_ad,
.pcitem{
   height: 300px !important;
}
@media only screen and (max-width: 768px) {
  .subpage_ad,
  .pcitem{
     height: 140px !important;
  }
}
.text{
  max-width: 1340px !important;
}